Start / Stop

compressResults(CompressFilesFlag)

Compress results files: Compressing the results files will take more time to solve, but significantly reduce their size.

Parameters:

CompressFilesFlag (bool) – Set to true to compress result files.

createRestartFile(CreateRestartFile)

Create: Activate to create a restart file for each load case solved

Parameters:

CreateRestartFile (bool) – Create restart file.

deleteIntermediateFiles(DeleteIntermediateFiles)

Delete intermediate files

Alias: deleteIF
Parameters:

DeleteIntermediateFiles (bool) – Delete intermediate files: Delete intermediate files used to launch the analysis or keep them?.

hdf5Results(HDF5Flag)

HDF5 results files: Generates the results files with the standard HDF5 format.

Parameters:

HDF5Flag (bool) – Set to true to use HDF5 format for results files.

initialDisplacements(DisplacementFlag)

Displacements: Include displacements like initial state

Alias: iniDisplacements
Parameters:

DisplacementFlag (bool) – When this option is enabled, displacements from results file are saved like initial condition.

initialPWP(PWPFlag)

Initial Head/PWP: Include initial Head/Pore Water Pressure as initial state

Constraints: Transient analysis, Seepage
Parameters:

PWPFlag (bool) – When this option is enabled, PWP from results file are loaded as initial condition.

initialStress(StressFlag)

Stresses: Include stresses like initial state

Alias: initStress
Parameters:

StressFlag (bool) – When this option is enabled, stresses from results file are saved like initial condition.

initialTemperature(TemperatureFlag)

Initial Temperature: Include initial temperature as initial state

Constraints: Transient analysis, Thermal
Parameters:

TemperatureFlag (bool) – When this option is enabled, temperatures from results file are loaded as a initial condition.

loadInitialPWPFile(ISPath)

Load file: Load a results file with an initial Head/Pore Water Pressure

Constraints: Transient analysis, Seepage
Parameters:

ISPath (Path) – File name of the initial condition file (t16, rcf or txt extensions).

loadInitialStateFile(ISPath)

Load file: Load a results file with an initial state

Alias: loadIC
Parameters:

ISPath (Path) – File name of the initial condition file (t16, rcf or txt extensions).

loadInitialTemperatureFile(ISPath)

Load file: Load a results file with an initial temperature

Constraints: Transient analysis, Thermal
Parameters:

ISPath (Path) – File name of the initial condition file (t16, rcf or txt extensions).

loadRestartFile(RestartPath)

Load restart file: Load restart file (.t08)

Parameters:

RestartPath (Path) – File name of the restart file (t8).

readRestartFile(ReadRestartFile)

Read: Activate to begin the analysis with a restart file

Parameters:

ReadRestartFile (bool) – Read restart file.

selectInitialConditionIncrement(HDF5Increment, HDF5SubIncrement)

Select increment (HDF5): Select the increment of the HDF5 file

Alias: selectICIncr
Parameters:
  • HDF5Increment – HDF5 increment.

  • HDF5SubIncrement – HDF5 sub increment.

showConvergenceMonitor(Show)

Convergence monitor: Show convergence graphs during solving

Alias: showCM
Parameters:

Show (bool) – Flag to enable/disable the convergence monitor.

solve()

Start: Start the solving process

Constraints: Mesh
Return type:

Returns 0 if succeeds, -1 otherwise

stopSolve()

Stop: Stop the solving process

Constraints: Mesh